Vcenter Host Entropy ExternalPool AddResult

Vcenter Host Entropy ExternalPool AddResult
Vcenter Host Entropy ExternalPool AddResult

The Vcenter Host Entropy ExternalPool AddResult schema provides result of the POST /vcenter/host/{host}/entropy/external-pool?action=add operation.

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "capacity": 0,
    "currently_available": 0,
    "low_watermark": 0,
    "inactive_source_timeout": 0
}
integer As int64 As int64
capacity
Required

Capacity of external entropy pool in bytes.

This property was added in vSphere API 8.0.1.0.

integer As int64 As int64
currently_available
Required

Currently available amount of entropy in bytes in the external entropy pool.

This property was added in vSphere API 8.0.1.0.

integer As int64 As int64
low_watermark
Required

A threshold value in bytes. An audit record will be logged when Vcenter Host Entropy ExternalPool AddResult.currently_available drops below this value.

This property was added in vSphere API 8.0.1.0.

integer As int64 As int64
inactive_source_timeout
Required

A timeout period in seconds within which the client must call GET /vcenter/host/{host}/entropy/external-pool operation or POST /vcenter/host/{host}/entropy/external-pool?action=add operation. If no call is received before the timeout lapses an audit record will be created.

This is the timeout to detect any connection lost with the client.

This property was added in vSphere API 8.0.1.0.